home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / ghostscr / gsview07.zip / readme < prev    next >
Text File  |  1993-05-10  |  3KB  |  72 lines

  1. Ghostview for Windows. Needs Ghostscript 2.6.
  2.  
  3. ========
  4. Overview
  5. ========
  6. Ghostview for Windows is a graphical interface for MS-Windows Ghostscript.
  7. Ghostscript is an interpreter for the PostScript page description language 
  8. used by laser printers.
  9. For documents following the Adobe PostScript Document Structuring 
  10. Conventions, Ghostview allows selected pages to be viewed or printed.
  11. Ghostview requires MS-Windows Ghostscript 2.6 or later.  
  12.  
  13. Features include:
  14.  - view pages in arbitrary order (Next, Previous, Goto).
  15.  - selectable display resolution.
  16.  - page size is automatically selected from DSC comments.
  17.  - page size can be select using the menu.
  18.  - orientation is automatically selected from DSC comments.
  19.  - orientation can be selected using the menu (Portrait, Landscape).
  20.  - print selected pages using Ghostscript.
  21.  - extract selected pages to another file.
  22.  - copy display bitmap to clipboard.
  23.  - save clipboard bitmap as BMP file.
  24.  - add bitmap preview to EPS file (Interchange, TIFF or Windows Metafile)
  25.  - graphically select bounding box for EPS file.
  26.  - extract bitmap preview or postscript from DOS EPS file.
  27.  - on-line help.
  28.  
  29. Ghostview for Windows was written by Russell Lang
  30. <rjl@monu1.cc.monash.edu.au>
  31.  
  32. ===========
  33. Compilation
  34. ===========
  35. To compile Ghostview you need Borland C++ 3.1.
  36. Edit gsview.mak to point COMPBASE at your compiler directory.
  37. Then type 'make -fgsview.mak'.
  38.  
  39. =====
  40. Setup
  41. =====
  42. Copy gsview.exe and gsview.hlp to the Ghostscript directory.
  43. If Ghostview can't run Ghostscript, or Ghostscript exits with error code 1, 
  44. then from the Ghostview menu select "Options | Ghostscript Command"
  45. and enter the correct executable path and include path for Ghostscript.
  46.  
  47. Ghostview will run under Windows 3.1.
  48. Ghostview will probably run under Windows 3.0, but you need commdlg.dll, 
  49. shell.dll and winhelp.exe from Windows 3.1.  Very little testing has
  50. been done with Windows 3.0.  If it works at all consider yourself lucky.
  51.  
  52. See the on-line help for more details.
  53.  
  54. ====
  55. Bugs
  56. ====
  57. This is Ghostview for Windows 0.7 BETA.
  58. There are likely to be bugs because very few people have used the program.
  59. Send bug reports to rjl@monu1.cc.monash.edu.au.
  60. Don't expect a fast response - I will only be reading mail every
  61. two weeks or so.
  62.  
  63. ================
  64. Acknowledgements
  65. ================
  66. Tim Theisen, who wrote Ghostview for X11.  Without Ghostview and its 
  67. ps.c module, Ghostview for Windows would never have been written.
  68.  
  69. L. Peter Deutsch, for writing Ghostscript and for making changes to 
  70. Ghostscript to support Ghostview for Windows.
  71.  
  72.